@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
::-moz-selection {
    color: #6D7B8D;
    background: #BCC6CC;
}
::selection {
    color: #6D7B8D;
    background: #BCC6CC;
}

body {
    font: 16px/20px 'Source Sans Pro', sans-serif;
    color: #000;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-top: 0;
    color: #000;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}

p.last {
    margin-bottom: 0 !important;
}

a {
    color: #ebc52a;
}
a:hover, a:focus {
    color: #ebc52a;
    text-decoration: none;
}

::placeholder {
    color: #000;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #000;
}
::-ms-input-placeholder {
    color: #000;
}

.spacer {
    height: 30px;
}

.theme-btn {
    background: #717634;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    display: inline-block;
    transition: all .4s ease;
}
.theme-btn:hover {
    background-color: #ebc52a;
    color: #fff;
    transition: all .4s ease;
}

button, input, optgroup, select, textarea {
    font-size: 14px;
}
input[type=text], input[type=password], input[type=url], input[type=tel], input[type=search], input[type=number], input[type=datetime], input[type=email] {
    height: auto;
    font-family: inherit;
    font-size: 14px;
    min-height: 32px;
}
input.input-text, textarea {
    padding: 3px 8px;
    font-size: 14px;
    min-height: 32px;
}
input.input-text, select, textarea {
    border-color: #ccc;
    line-height: normal;
    font-size: 14px;
}
.button, .button:hover {
    transition: all .4s ease;
}
button.disabled, button[disabled], fieldset[disabled] button, .cart.table-wrapper .actions-toolbar>.action.disabled, .cart.table-wrapper .actions-toolbar>.action[disabled], fieldset[disabled] .cart.table-wrapper .actions-toolbar>.action, .action-gift.disabled, .action-gift[disabled], fieldset[disabled] .action-gift {
    opacity: 1;
}
button, .cart.table-wrapper .actions-toolbar>.action, .action-gift {
    border: 0;
    font-weight: normal;
}
button:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .action-gift:hover {
    border: 0;
}
._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
    box-shadow: none;
}
button.button span {
    border: 0;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #393d00;
    border-radius: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    height: auto;
    line-height: normal;
    font-weight: normal;
    transition: all .4s ease;
}
button.button:hover span {
    background-color: #95905c;
}
button:focus {
    outline: 0;
}
.action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active {
    background-color: #393d00;
    border: 1px solid #393d00;
}
button:active, .cart.table-wrapper .actions-toolbar>.action:active, .action-gift:active {
    box-shadow: none;
}

.container.fullwidth {
    width: 100%;
    max-width: none;
    margin: 0px;
    padding: 0px;
}

.columns .column.main {
    padding-bottom: 0;
}

.shopcaption {
    background-color: #000;
    color: #fff;
    padding: 10px;
    text-align: center;
}
.shopcaption h2 {
    margin-bottom: 0;
    color: #fff;
    font-size: 19px;
    font-weight: 500;
}
.shopcaption span {
    font-size:12px;
    margin-left:10px
}

.header {
    background-color: #fff;
    position: relative;
    padding: 16px 0;
    height: 108px;
    border-bottom: 1px solid #000;
    width: 100%;
    left: 0;
    z-index: 100;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.header.sticky {
    height: 75px;
    padding: 5px 0;
    position: fixed;
    top: 0px;
}
.header .header-logo {
  text-align: center;
    width: 300px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top:25px
}
.header.sticky .header-logo {
    top:8px;
}
.header-logo h1 {
    margin: 0;
    float: left;
    max-width: none;
}
.header-logo .logo-lft {
    width: 70%;
    height: auto;
    margin: 0 auto;
}
.header-logo .logo-rgt {
    width: 18%;
    height: auto;
    float: right;
    transition: 0.5s all ease;
}
.header-right li a {
    font-size: 35px;
    color: #000;
}
.header-right li a, .pe-7s-menu {
    transition: all .4s ease;
    color: #000;
}
.header-right li a:hover, #nav a:hover, .pe-7s-menu:hover {
    color: #9aa556;
    transition: all .4s ease;
}
.desktop-menu {
    cursor: pointer;
    font-size: 41px;
    position: relative;
    top: 20px;
}
.header-right {
    float: right;
    margin-top: 25px;
}
.header-right ul {
    margin: 0;
}
.header-right li {
    float: left;
    margin-left: 30px;
    list-style: none;
}
.header-right li:first-child {
    margin-left: 0;
}
.header-right li .toggle-dropdown a {
    font-size: 18px;
}
.header-right .user-dropdown .toggle-dropdown a {
    color: #fff;
}
.header-cart {
    position: relative;
}
.header-cart em {
    font-style: normal;
    font-size: 16px;
    width: 25px;
    height: 25px;
    position: absolute;
    text-align: center;
    line-height: 17px;
    right: -10px;
    top: -10px;
    border-radius: 50%;
    background-color: #ebc52a;
    color: #fff;
}
.toggle-dropdown {
    position: absolute;
    background-color: rgba(154,165,86,.9);
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    padding: 15px 0;
}
.form-search {
    position: relative;
}
.form-search input.input-text {
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    padding: 15px 20px;
}
.form-search input.input-text {
    width: 100%;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    padding: 15px 20px;
}
.form-search button.button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #393d00;
    border-radius: 0;
    padding: 14px 35px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Source Sans Pro', sans-serif;
}
.form-search button.button:hover {
    background-color: #95905c;
}

.nav-container {
    background: rgb(255,255,255,0.9);
    float: left;
    margin-top: 22px;
}
#nav {
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    text-align: center;
}
#nav li {
    position: relative;
    text-align: left;
    float: left;
    margin: 0 12px;
    padding: 19px 0;
    list-style: none;
}
#nav li.home {
    margin-left: 0;
}
#nav ul li, #nav ul li.active {
    float: none;
    margin: 0;
    padding-bottom: 1px;
    background: none;
}
#nav ul li, header.sticky #nav ul li, header.sticky #nav ul li.active {
    padding-top: 1px;
    padding-bottom: 1px;
}
#nav a {
    font-weight: normal;
    padding: 0;
    color: #000;
}
#nav a, #nav a:hover {
    display: block;
    line-height: 1.3em;
    text-decoration: none;
}
#nav li:hover > a, #nav a:hover, .cms-home #nav li.home a, #nav li.active a {
    color: #ebc52a;
}
#nav li.active ul li a {
    color: #000;
}
#nav li.active ul li:hover a {
    color: #ebc52a;
}
#nav ul, #nav div {
    position: absolute;
    width: 15em;
    top: 27px;
    left: -10000px;
    border: 1px solid #899ba5;
    top: 100%;
    background-color: rgba(255,255,255,.9);
    padding: 10px 0;
    border: 0;
    border-radius: 0;
}
#nav span {
    display: block;
    cursor: pointer;
    white-space: normal;
}
#nav ul span, #nav ul li.last li span {
    padding: 5px 15px;
}
#nav ul li a:hover {
    background: white;
}

.cms-home .page-main {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top:60px;
}

.banner-section {
    height: 550px;
    padding: 100px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-section .banner-info {
    width: 500px;
    padding: 30px 30px;
    float: none;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    border-radius: 0;
    margin: 0 auto;
}
.banner-section.banner-one .banner-info {
    background-color: rgba(0,0,0,0.5);
    color: #fff;
}
.banner-section.banner-one .banner-info h2 {
    color: #fff;
}
.banner-section .banner-info h2 {
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.banner-section.banner-one .banner-info p {
    font-size: 20px;
    margin-bottom: 30px;
}
.banner-section a {
    display: inline-block;
    background-color: #717634;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 10px 20px;
    border-radius: 0;
}
.banner-section a:hover {
    background-color: #ebc52a;
    color: #fff;
}
.banner-section a, .banner-section a:hover {
    transition: all .4s ease;
}

.home-welcome-block {
    padding: 30px 0;
    margin: 40px 0;
}
.home-welcome-block h2 {
    font-weight: 400;
}
.our-story-button a {
    background: #717634;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: all .4s ease;
}
.our-story-button a:hover {
    background-color: #ebc52a;
    transition: all .4s ease;
}

.home-product-block {
    padding: 0 0 30px;
    margin: 0 0 40px;
}
.home-product-block h3 {
    margin: 15px 0 5px;
    min-height: 56px;
}

.banner-section .banner-info.spacing1 {
    padding: 30px 30px;
}
.banner-section.banner-two .banner-info {
    text-align: left;
    background-color: rgba(255,255,255,.8);
    color: #000;
}
.banner-section a.videoLink {
    background-color: transparent !important;
}

.customer-quote-section {
    padding: 30px 0;
    margin: 40px 0;
}
.customer-quote-section p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 22px;
}
.customer-quote-section p span {
    font-size: 65px;
    position: relative;
    top: 25px;
    font-weight: 400;
}

.home-category-block {
    text-align: center;
    padding: 0 0 30px;
    margin: 0 0 40px;
}
.four-banner-text {
    width: 175px;
    height: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin: -20px auto 0;
    font-size: 18px;
    text-align: center;
    text-transform: uppercase;
    background: rgba(255, 255, 255, .8);
}
.four-banner-text a {
    color: #000;
    padding: 10px;
    display: block;
    transition: all .4s ease;
}
.four-banner-text:hover {
    background: #ebc52a;
    transition: all .4s ease;
}

.four-banner-text:hover a {
  color:white
}

.banner-section.banner-two .banner-info h2 {
    font-size: 30px;
}

.home-section-banner-six {
    padding: 30px 0;
    margin: 40px 0;
    text-align: center;
}
.home-section-banner-six h2 {
    margin-bottom: 50px;
}
.home-section-banner-six .col-md-3 img {
    width: 80%;
    margin: 0 auto;
}
.home-section-banner-six h3 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 20px 0px;
    font-size: 20px;
    font-weight: 300;
    color: #000;
    padding-top: 5px;
    text-transform: uppercase;
    text-align: center;
}

.newsletter-block {
    background-color: #ebc52a;
    padding: 25px 0;
}
.block-subscribe {
    margin-bottom: 0;
}
.block-subscribe .block-title {
    text-align: center;
    color: #ebc52a;
    font-size: 30px;
}
.block-subscribe .block-content {
    padding: 0;
}
.block-subscribe label {
    color: #000;
    text-align: center;
    font-weight: normal;
    width: 100%;
    font-size: 20px;
    margin-bottom: 15px;
}
.block-subscribe .block-content {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
}
.block-subscribe input.input-text {
    width: 100%;
    border: 0;
    padding: 10px 114px 10px 10px;
    margin: 0;
}
.block-subscribe button.button {
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    padding: 0;
}
.block-subscribe button.button span {
    padding: 10px 15px;
    display: block;
    color: #fff;
}
.block-subscribe button.button span span {
    padding: 0;
}

.footer-top {
    background-color: #000;
    padding: 40px 0 10px;
    color: #fff;
}
.footer-top h6 {
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #fff;
}
.footer-top ul {
    margin: 0;
    padding: 0;
}
.footer-top ul li {
    margin-bottom: 5px;
    list-style: none;
}
.footer-top ul li:last-child {
    margin-bottom: 0;
}
.footer-top a {
    color: #fff;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.footer-top a:hover {
    color: #ebc52a;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.social-links a {
    margin-right: 5px;
}
.social-links a:last-child {
    margin-right: 0;
}
.social-links img {
    width: 40px;
    height: auto;
}
.footer-bottom {
    background-color: #000;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}
.footer-award {
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid #ebc52a;
    margin-top: 30px;
}
address {
    margin: 0;
}

.two-col-banner {
    margin: 40px 0 0;
}
.two-col-banner .left-col, .two-col-banner .right-col {
    height: 100%;
}
.two-col-banner .left-col {
    background: #000;
    padding: 60px 30px;
}
.two-col-banner .left-col h2 {
    margin-bottom: 20px;
    color: #fff;
}
.two-col-banner .left-col a {
  transition: all 0.4s ease;
    display: inline-block;
    background-color: #ebc52a;
    color: #fff;

    text-transform: uppercase;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 0;
}
.two-col-banner .left-col a:hover {
  transition: all 0.4s ease;
  background-color: #fff;
  color: #000;
}
.two-col-banner .right-col {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 990px) {
  .nav-container {
      display:none;
      position: absolute;
      top: 86px;
      left: 0px;
      width: 100%;
      background-color: white;
  }
  .sticky .nav-container { top:53px}
  .desktop-menu {
    display:inline;
}
}
@media only screen and (min-width: 990px) {
    .desktop-menu { display:none}
    .nav-container {
        position: absolute;
        display:flex;
        justify-content: center;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: white;
        margin-top: 0;
    }
    #nav {
        width: auto;
        margin: 0 auto;
    }
    #nav li:hover ul {
        display: block;
        left: 0;
    }

    .sticky #nav li { padding:14px 0}
}

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .nav-sections {
        margin-bottom: 0;
    }
    .header.sticky .desktop-menu {
        top: 13px;
    }
    .header.sticky .header-right {
        margin-top: 15px;
    }
    #nav {

        margin: 0 auto;
    }
}

.page-title  {
    margin: 30px 0;
    font-weight: 400;
    font-size: 35px;
    text-transform: uppercase;
    display: block;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
}
.category-shop .page-title-wrapper {
    display: none;
}
.category-description {
    text-align: center;
    margin-bottom: 30px;
}

.modes-mode.active {
    color: #fff;
    background: #ebc52a;
    border-color: #ebc52a;
}
.modes-mode.active:before {
    color: #fff;
}

.pages a.page {
    color: #ebc52a !important;
}

.products-grid {
    text-align: center;
}
.products-grid img {
    transition: opacity .4s ease;
}
.products-grid img:hover {
    opacity: .8;
}
.products-grid h3 {
    margin: 10px 0 30px;
    font-size: 20px;
    color: #000;
}
.products-grid h3 a {
    color: #000;
    transition: all .4s ease;
}
.products-grid h3 a:hover {
    color: #717634;
}
.product-item .price-box .price-label {
    font-size: 100%;
}
.page-products .product-item .price-from, .page-products .product-item .price-to {
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.page-products .product-item-info {
    width: 100%;
    margin-bottom:20px
}
.product-item-info .product-item-name {
    font-size: 16px;
}
.product-item .price-box .price {
    font-size: 1.75rem;
    font-weight: normal;
    color: #a89a60;
}
.abs-product-link>a:hover, .product-item-name>a:hover, .product.name a>a:hover {
    text-decoration: none;
    color: #717634;
    transition: all .4s ease;
}
.action.primary, .action-primary {
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    background-color: #717634;
    border: 1px solid #717634;
    transition: all .4s ease;
    font-weight: 300;
}
.action.primary:hover, .action-primary:hover {
    transition: all .4s ease;
    background: #ebc52a;
    border: 1px solid #ebc52a;
}

.product-info-main .stock.available:before, .product-info-main .stock.unavailable:before {
    content: "Availability: ";
    font-weight: normal;
    text-transform: none;
    color: #000;
}
.product-info-main .stock.available {
    color: #70ad07;
}
.product-info-main .stock.unavailable {
    color: red;
}
.product-info-main .product.attribute.sku .type {
    font-weight: normal;
    text-transform: none;
    color: #000;
    margin-right: 0;
}
.product-info-main .product.attribute.sku .type:after {
    content: "# ";
}
.product-info-main .product-reviews-summary .reviews-actions {
    font-size: 100%;
}
.product-info-main .price-box .price-wrapper .price, .product-options-bottom .price-box .price-wrapper .price {
    font-weight: normal;
    font-size: 25px;
    color: #393d00;
}
.product-info-main .box-tocart .input-text.qty, .product-options-bottom .box-tocart .input-text.qty {
    height: 45px;
    font-size: 17px;
}
.product-info-main .box-tocart .field.qty, .product-options-bottom .box-tocart .field.qty {
    padding-right: 10px;
}
.product-info-main .box-tocart .action.primary {
    height: 45px;
    line-height: 1;
    background: #717634;
    border-color: #717634;
    padding-top: 0;
    padding-bottom: 0;
    transition: all .4s ease;
}
.product-info-main .box-tocart .action.primary:hover {
    background-color: #ebc52a;
    border-color: #ebc52a;
    transition: all .4s ease;
}
.product.data.items>.item.title>.switch {
    height: auto;
    font-size: 1.6rem;
}
.column.main .block .title {
    text-align: center;
}
.column.main .block .title strong {
    font-size: 25px;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
}
.page-layout-1column .products-grid .product-item, .page-layout-category-recipes .products-grid .product-item , .page-layout-1column-recipes .products-grid .product-item {
    text-align: center;
    margin-left:0 !important
}
.product-item-info {
    width: 100%;
}

.review-list .block-title {
    margin-bottom: 15px;
}
.review-list .block-title strong {
    color: #222;
    font-size: 2rem;
}
.review-title {
    color: #393d00;
}
.rating-summary .rating-result {
    display: block;
}
.review-form .action.submit.primary, .review-form .action.submit.primary:focus, .review-form .action.submit.primary:active {
    background-color: #393d00;
    border-color: #393d00;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    color: #fff;
    font-weight: 400;
    margin: 0;
    padding: 0 12px;
}
.review-form .action.submit.primary:hover {
    background-color: #95905c;
    border-color: #95905c;
    color: #fff;
}
.fieldset .review-legend.legend span {
    text-transform: capitalize;
    color: #222;
}
.fieldset .review-legend.legend strong {
    display: inline;
    margin-left: 10px;
    font-size: 2rem;
    color: #393d00;
}

.cart.table-wrapper thead .col {
    padding-top: .75rem;
}
.cart.table-wrapper .items thead+.item {
    border-top: 0;
}
.cart.table-wrapper tbody td {
    border-top: 0;
}
.cart.table-wrapper tbody .product-item-name {
    font-weight: normal;
}
.cart.table-wrapper tbody .product-item-name a:hover {
    text-decoration: none;
}
.cart.table-wrapper tbody .price-including-tax .price, .cart.table-wrapper tbody .price-excluding-tax .price {
    font-weight: normal;
}
.cart.table-wrapper tbody .price-including-tax, .cart.table-wrapper tbody .price-excluding-tax {
    font-size: 100%;
}
.column .block-addbysku .qty .qty, .bundle-options-container .input-text.qty, .cart.table-wrapper .col.qty .input-text, .account .table-return-items .qty .input-text, .table-giftregistry-items .field.qty .qty, .block-giftregistry-shared-items .qty .qty, .table.grouped .control .qty, .block-wishlist-info-items .input-text.qty, .multicheckout .table-wrapper .col .qty .input-text, .account .table-wrapper .data.table.wishlist .box-tocart .qty, .products-grid.wishlist .product-item .box-tocart input.qty, .sidebar .block-addbysku .fieldset .fields .field.qty .qty {
    width: 35px;
}
.block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
    border: 0;
}

.block-cart-failed .action.continue, .cart-container .form-cart .action.continue {
    border-radius: 0;
    background: #393d00;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: inherit;
    border: 1px solid #393d00;
}
.form-cart .action.update {
    background: #393d00;
    border: 1px solid #393d00;
    color: #fff;
}
.abs-shopping-cart-items .action.continue:hover, .block-cart-failed .action.continue:hover, .cart-container .form-cart .action.continue:hover, .cart.table-wrapper .actions-toolbar>.action:hover, .action-gift:hover, .form-cart .action.update:hover {
    background: #95905c;
    border-color: #95905c;
    color: #fff;
}
.cart.table-wrapper .actions-toolbar>.action, .action-gift {
    font-weight: normal;
    font-size: 100%;
    line-height: inherit;
}
.block-cart-failed .action.clear, .cart-container .form-cart .action.clear, .cart-container .cart-gift-item .action.clear {
    font-weight: normal;
    background: #393d00;
    border: 1px solid #393d00;
    color: #fff;
}
.abs-shopping-cart-items .action.continue:focus, .abs-shopping-cart-items .action.continue:active, .block-cart-failed .action.continue:focus, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:focus, .cart-container .form-cart .action.continue:active, .block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    color: #fff;
}
.block-cart-failed .action.continue:active, .cart-container .form-cart .action.continue:active {
    box-shadow: none;
}
.abs-shopping-cart-items .action.continue:before, .block-cart-failed .action.continue:before, .cart-container .form-cart .action.continue:before, .abs-shopping-cart-items .action.update:before, .block-cart-failed .action.update:before, .cart-container .form-cart .action.update:before {
    line-height: 20px;
}
.cart.table-wrapper .item-actions .actions-toolbar .action {
    font-size: 80%;
    padding: 3px 10px;
    border-radius: 0;
    background: #95905c;
    color: #fff;
}
.cart.table-wrapper .item-actions .actions-toolbar .action:hover {
    background: #393d00;
}
.cart-summary .block>.title, .paypal-review-discount .block>.title {
    padding-left: 0;
    color: #393d00;
    text-align: left !important;
}
.column.main .cart-summary .block>.title strong, .column.main .paypal-review-discount .block>.title strong {
    font-size: 1.5rem;
}
.cart-summary .block>.title:after, .paypal-review-discount .block>.title:after {
    top: 6px;
}
.cart-totals .mark, .opc-block-summary .table-totals .mark {
    background: transparent;
}
.cart-summary .block .fieldset {
    margin: 0;
}
.cart-totals {
    border-top: 0;
    padding-top: 0;
}
.cart-totals .grand .mark, .cart-totals .grand .amount, .opc-block-summary .table-totals .grand .mark, .opc-block-summary .table-totals .grand .amount {
    padding-top: .75rem;
}
.cart-container .checkout-methods-items .action.primary {
    background: #393d00;
    border-color: #393d00;
    color: #fff;
}
.cart-container .checkout-methods-items .action.primary:hover {
    background: #717634;
    border-color: #717634;
}
.checkout-container, .checkout-onepage-success .page-title-wrapper, .account .page-title-wrapper, .customer-account-logoutsuccess .page-title-wrapper, .cms-no-route .page-title-wrapper {
    margin: 50px 0 20px;
}
.opc-progress-bar-item._active:before, .opc-progress-bar-item._active>span:before {
    background: #ebc52a;
}
.opc-progress-bar-item>span:after {
    line-height: 26px;
}
.opc-wrapper .step-title, .opc-block-shipping-information .shipping-information-title, .opc-block-summary>.title, .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 2rem;
    font-weight: normal;
    color: #ebc52a;
}
.table-checkout-shipping-method .row {
    margin: 0;
}
.form-shipping-address .street .control label {
    display: none;
}
.field-tooltip .field-tooltip-content {
    border: 1px solid #ddd;
}
.authentication-wrapper {
    margin-top: 0;
}
.abs-action-remove, .cart.table-wrapper .action.help.map, .opc-wrapper .edit-address-link, .opc-block-shipping-information .shipping-information-title .action-edit, .action-auth-toggle, .checkout-payment-method .checkout-billing-address .action-cancel, .checkout-agreements-block .action-show, .cart-summary .block.giftcard .action.check, .gift-options .actions-toolbar .action-cancel, .table-comparison .wishlist.split.button>.action, .product-items .wishlist.split.button>.action, .paypal-button-widget .paypal-button, .abs-add-fields .action.remove, .form-giftregistry-share .action.remove, .form-giftregistry-edit .action.remove, .form-add-invitations .action.remove, .form-create-return .action.remove, .form.send.friend .action.remove {
    color: #393d00;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button>.action:hover, .product-items .wishlist.split.button>.action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    color: #393d00;
}
.abs-action-button-as-link:hover, .abs-action-remove:hover, .cart.table-wrapper .action.help.map:hover, .opc-wrapper .edit-address-link:hover, .opc-block-shipping-information .shipping-information-title .action-edit:hover, .action-auth-toggle:hover, .checkout-payment-method .checkout-billing-address .action-cancel:hover, .checkout-agreements-block .action-show:hover, .cart-summary .block.giftcard .action.check:hover, .gift-options .actions-toolbar .action-cancel:hover, .table-comparison .wishlist.split.button>.action:hover, .product-items .wishlist.split.button>.action:hover, .paypal-button-widget .paypal-button:hover, .abs-add-fields .action.remove:hover, .form-giftregistry-share .action.remove:hover, .form-giftregistry-edit .action.remove:hover, .form-add-invitations .action.remove:hover, .form-create-return .action.remove:hover, .form.send.friend .action.remove:hover {
    text-decoration: none;
}
.modal-header {
    border-bottom: 0;
}
.modal-custom .action-close {
    margin: 10px;
}
.modal-content {
    border: 0;
}
.block-authentication .block-title {
    color: #393d00;
}
.block-authentication .block-content button.action {
    background-color: #393d00;
    border-color: #393d00;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 9px 17px;
}
.block-authentication .block-content button.action:hover {
    background-color: #95905c;
    border-color: #95905c;
}
.opc-block-summary .items-in-cart>.title, .opc-block-summary .items-in-cart>.title strong {
    font-size: 18px;
    font-weight: normal;
    text-align: left !important;
}
.opc-block-summary .block.items-in-cart .title strong {
    font-size: 14px;
}
.opc-block-summary, .opc-block-shipping-information {
    padding: 30px;
    background: #f5f5f5;
}
.minicart-items .product-item:last-child {
    padding-bottom: 0;
}
.checkout-payment-method .payment-option-title .action-toggle, .checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
    color: #393d00;
}
.checkout-payment-method .payment-method-content, .checkout-payment-method .payment-option-content {
    padding-left: 0;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
    top: -5px;
}
.opc-block-shipping-information .ship-via {
    margin-bottom: 0;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #393d00;
}
.opc-wrapper .shipping-address-item.selected-item::after {
    background: #393d00;
}
.checkout-payment-method .checkout-billing-address .billing-address-details a, .opc-block-shipping-information .shipping-information-content a {
    color: #393d00;
}

.account-nav .item, .account-nav .item a {
    width: 100%;
}
.account-nav .item.current a, .account-nav .item.current strong {
    border-color: #ebc52a;
    color: #ebc52a;
}
.account .column.main .block .block-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 5px;
}
.account .column.main .block .block-title a {
    color: #393d00;
}
.account .column.main .table td, .account .column.main .table th {
    width: 16.66%;
}
.account .column.main .table td.actions a, .order-actions-toolbar .action {
    color: #393d00;
}
.account .column.main strong.product-name, .account .column.main strong.product {

    margin-bottom: 0;
}
.limiter-label {

}
.products-grid.wishlist .product-item-name a:hover {
    text-decoration: none;
}
.products-grid.wishlist .product-item-comment {
    height: 100px;
}
.product-item .special-price .price, .product-item .minimal-price .price {
    font-weight: normal;
}
.account .column.main a {
    color: #393d00;
}
.price-including-tax, .price-excluding-tax {
    font-size: 100%;
}
.price-including-tax .price, .price-excluding-tax .price {
    font-weight: normal;
}

.cms-page-view .column.main table th {

}

.cart-container .checkout-methods-items .action.primary, .block-minicart .block-content>.actions>.primary .action.primary, .methods-shipping .actions-toolbar .action.primary, .block-authentication .action.action-register, .block-authentication .action.action-login, .checkout-payment-method .payment-method-content>.actions-toolbar>.primary .action.primary, .form-address-edit .actions-toolbar .action.primary, .multicheckout .action.primary {
    background: #ebc52a;
    border-color: #ebc52a;
    color: #fff;
}

.opc-wrapper .actions-toolbar button.action.primary {
    line-height: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}
.opc-wrapper .actions-toolbar button.action.primary span {
    background: transparent;
    padding: 0;
}
.opc-wrapper .actions-toolbar button.action.primary:hover span {
    background: transparent;
}

button:focus, button:active, .cart.table-wrapper .actions-toolbar>.action:focus, .cart.table-wrapper .actions-toolbar>.action:active, .action-gift:focus, .action-gift:active {
    border: 0;
}

button, .cart.table-wrapper .actions-toolbar>.action, .action-gift {
    font-weight: normal;
}

.account-nav .item a {
    color: #353535;
}
.account-nav .item a:hover {
    color: #393d00;
}

.wishlist-index-index .products-grid {
    border: 0;
}

.cart-container {
    margin-bottom: 60px;
}
.cart-summary>.title {
    font-weight: normal;
}

.fieldset>.field>.label, .fieldset>.fields>.field>.label {
    font-weight: 400;
}

button, a.action.primary, .cart.table-wrapper .actions-toolbar>.action, .action-gift {
    border-radius: 0;
}

.pages .item {
    width: 34px;
    margin: 0;
}
.pages .action.next {
    margin-left: 0;
}

.login-container .block .block-title, .form-create-account .fieldset .legend {
    font-size: 2rem;
    color: #ebc52a;
}
.form-create-account .fieldset .legend {
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
    padding-bottom: 12px;
}
.form-login .fieldset>.field {
    margin-bottom: 10px;
}
.fieldset>.field:not(.choice)>.label {
    width: 100%;
    padding-right: 0;
    text-align: left;
}
.login-container .fieldset:after {
    margin-left: 0;
}

.block-compare .action.compare, .cart-summary .actions-toolbar>.primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action, .cart-summary .actions-toolbar>.primary .action-gift {
    background: #393d00;
    border-color: #393d00;
    color: #fff;
}
.abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar>.primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar>.primary .cart.table-wrapper .actions-toolbar>.action:hover, .cart-summary .actions-toolbar>.primary .action-gift:hover {
    background: #95905c;
    border-color: #95905c;
    color: #fff;
}

.minicart-items .product>.product-item-photo, .minicart-items .product>.product-image-container {
    width: 50px !important;
    height: 50px !important;
}
.minicart-items .product-item-details {
    padding-left: 65px;
}
.form-discount .actions-toolbar button.action {
    background-color: #393d00;
    border: 1px solid #393d00;
    color: #fff;
}
.form-discount .actions-toolbar button.action:hover {
    background-color: #ebc52a;
    border: 1px solid #ebc52a;
    color: #fff;
}

body.account .columns .column.main {
    margin-bottom: 40px;
}

.account .column.main .block .block-title {
    color: #ebc52a;
}
.account .column.main .block .block-title strong {
    font-size: 20px !important;
}

.form-address-edit .actions-toolbar .primary button.action {
    font-size: 14px;
    padding: 7px 15px;
}
.column.main .block .title {
    text-align: left;
}

table th.mark, table td.mark {
    background: #fff;
}

.cms-page-view .page-main {
    max-width: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-top:60px
}

@media only screen and (min-width: 1366px) {
    .container {
        width: 1280px;
        max-width: 1280px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .page-main > .page-title-wrapper .page-title {
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 1024px) {
    .page-layout-1column .products-grid .product-item, .page-layout-category-recipes .products-grid .product-item, .page-layout-1column-recipes .products-grid .product-item, {
        width: 25%;
        margin: 0;
    }
}

@media only screen and (min-width: 992px) {
    .page-products .products-grid .product-item, .page-products.page-layout-1column-recipes .products-grid .product-item, .page-products.page-layout-1column .products-grid .product-item , .page-products.page-layout-category-recipes .products-grid .product-item {
        width: 25%;
        text-align: center;
    }
}

@media only screen and (min-width: 768px) {
    .page-layout-1column .product-info-main, .page-layout-1column-recipes .product-info-main, .page-layout-category-recipes .product-info-main {
        width: 55%;
    }
    .page-layout-1column .product.media, .page-layout-1column-recipes .product.media, .page-layout-category-recipes .product.media {
        width: 40%;
    }
    .product.data.items>.item.content {
        padding-left: 0;
        padding-right: 0;
    }
    .cart.table-wrapper thead .col, .cart.table-wrapper tbody .col {
        width: 15%;
    }
    .cart.table-wrapper thead .col.item, .cart.table-wrapper tbody .col.item {
        width: 55%;
    }
    .cart.table-wrapper .product-item-photo {
        display: block;
        float: left;
        width: 60px;
        padding-right: 0;
    }
    .cart.table-wrapper .product-item-details {
        display: block;
        padding-left: 70px;
        width: auto;
    }
    .abs-shopping-cart-items-desktop, .block-cart-failed, .cart-container .form-cart, .cart-container .cart-gift-item {
        width: 70%;
    }
    .cart-summary {
        width: 26%;
    }
    .abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset:after {
        margin-left: 0 !important;
    }
    .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.search.advanced, .form.form-orders-search {
        margin-bottom: 40px;
    }
    .fieldset>.field {
        margin-bottom: 10px;
    }
    .fieldset>.field.choice:before, .fieldset>.field.no-label:before {
        width: 0;
        padding-right: 0;
    }
    .opc-sidebar {
        margin-top: 10px;
    }
    .checkout-payment-method .payment-option-title {
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .two-col-banner .col-first {
        order: 2;
    }
    .two-col-banner .col-last {
        order: 1;
    }
    .two-col-banner .right-col {
        height: 200px;
    }
}

@media only screen and (min-width: 640px) {
    .products-grid .product-item-actions {
        margin-bottom: 30px;
    }
}

.toggle-dropdown { display:none}

.cms-page-view .newsletter-block { margin-top:30px}
.cms-page-view h2 { margin-top:20px; margin-bottom:20px}

/* Header adjustments to eek out space */
.header .container { max-width:95% !important}

@media only screen and (min-width: 768px) {
  .page-main > .page-title-wrapper .page-title { display: block! important}
}
@media only screen and (max-width: 620px) {
  .header-logo { width:200px !important; top:38px !important}
  .header.sticky .header-logo { top:27px !important}
  .header-right li { margin-left: 10px !important}
  .header-right li a { font-size:25px !important; }
  .header-cart em { font-size:12px !important; width:18px !important; height:18px !important}
  .banner-section .banner-info { width:350px !important}
  .cms-home .banner-one h2 { font-size:28px}
  .cms-home .banner-one p { font-size:28px}
}
/* Product page adjustments */

/* Recipe category and product page adjustments */
@media only screen and (max-width: 768px) {
  .product-details-div { margin-top:20px}
  .product.data.items > .item.content { border:none !important; padding:0px !important}
}


.catalog-category-view .category-view, .catalog-category-view #maincontent, .catalog-product-view #maincontent, .page-layout-1column #maincontent, .page-layout-1column-recipes #maincontent, .page-layout-category-recipes #maincontent  { margin-top:60px }
.catalog-category-view .toolbar { display:none !important}
.catalog-category-view .product-item-name { text-transform: uppercase;}

.cms-our-team .team-name { margin-top:10px; margin-bottom:10px; text-align: center; text-transform: uppercase;}
.cms-our-team .team-details { margin-bottom:20px}

#stockists-submit, .find-my-location { top : -1px !important; padding:10px !important; background:#717634; transition: 0.4s all ease; text-transform: uppercase;}
#stockists-submit:hover, .find-my-location:hover { background:#ebc52a;  transition: 0.4s all ease}


.gallery-placeholder { width:100% !important}

.product.data.items > .item.content { border-top:none !important}
.product.data.items > .item.title { display: none !important}

.product-details-div { text-transform: uppercase; display:none; margin-bottom:20px; font-size:25px}



.category-cms .products-grid h3.text-center { text-transform: uppercase}

.action.primary, .action-primary { font-size:18px !important; text-transform: uppercase}

/* CMS banner adjustments */
@media only screen and (max-width: 989px) {
  .catalog-category-view .category-view, .catalog-category-view #maincontent, .catalog-product-view #maincontent, .page-layout-1column #maincontent, .page-layout-1column-recipes #maincontent, .page-layout-category-recipes #maincontent { margin-top : 0px !important}
}


  @media only screen and (max-width: 767px) {
      .nav-container {
          display: none;
      }
      .header.sticky + .nav-container {
          position: fixed;
          width: 100%;
          z-index: 10;
          top: 133px;
      }
      #nav {
          background: white;
          padding: 15px;
      }
      #nav li {
          margin: 0;
          padding: 10px 0;
          width: 100%;
      }
      #nav li:hover > a, #nav a:hover, .cms-home #nav li.home a, #nav li.active a {
          color: #ebc52a;
      }

      #nav li.parent ul { position:relative; top:10px; left:0px; display:none;   -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }


      #nav li.parent a { width:90%; float:left}


      #nav li.parent.open ul { width:100%;  display:block;   -webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; transition: all .5s ease-in-out; padding:0px }
      #nav li.parent.open ul li { float:left}

    }

    @media only screen and (min-width: 768px) {
      #nav .expander { display:none}
      #nav li.parent a { width:100%; float:none}
    }

.page-layout-category-recipes .product-item-details .price-box, .page-layout-category-recipes .product-item-details .product-item-actions { display:none}
.product-info-stock-sku { margin-top:10px}
.product.attribute.sku { display:none !important}

@media only screen and (min-width: 768px) {
.page-layout-category-recipes .products-grid .product-item, .page-products .products-grid .product-item:nth-child(3n + 1) { margin-left:0 !important}
  }

@media only screen and (max-width: 550px) {
  .products-grid .product-item { width:100% !important}
}

@media only screen and (min-width: 550px) and (max-width: 800px) {
  .products-grid .product-item { width:50% !important}
}

@media only screen and (min-width: 800px) and (max-width: 1000px) {
  .products-grid .product-item { width:33.33333% !important}
}

@media only screen and (min-width: 1000px) {
  .products-grid .product-item { width:25% !important}
}


/* Stockists new stuff */

.storelocator-index-index .column.main { margin-bottom: 20px !important }
.storelocator-index-index #tools a, .storelocator-index-index #tools button { background : #717634 !important; border-radius: 0px !important; font-weight:300 !important; text-transform:uppercase !important; font-size: 18px !important;border: none !important;  transition: 0.4s all ease}
.storelocator-index-index #tools button { height:37px !important; margin: -1px 0 !important; }
.storelocator-index-index #tools button:hover, .storelocator-index-index #tools a:hover { background: #ebc52a !important; transition: 0.4s all ease}
.storelocator-index-index #tools input { height:37px !important; padding:13px 9px !important; }
#storelocator_box #storelocator .source a { display: inline !important; padding:none !important; border-top:none !important }
/* Various fixes 08/09/23 */

.catalog-category-view .product-items .product-item-name { max-width:250px !important; margin-left:auto !important; margin-right: auto !important; }
@media screen and (max-width: 399px) {
    #storelocator_box .hide-400 {
        display: block !important;
    }    
}
